projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0c6f4f
)
clean up a little
author
Owen Taylor
<otaylor@src.gnome.org>
Fri, 8 Feb 2002 03:25:31 +0000
(
03:25
+0000)
committer
Owen Taylor
<otaylor@src.gnome.org>
Fri, 8 Feb 2002 03:25:31 +0000
(
03:25
+0000)
gtk/gtkspinbutton.h
patch
|
blob
|
history
diff --git
a/gtk/gtkspinbutton.h
b/gtk/gtkspinbutton.h
index 0e2a104ba6fe9b1409992063d35dee86cdc23dee..86cedf9590773de803a892c97de0a48a89800792 100644
(file)
--- a/
gtk/gtkspinbutton.h
+++ b/
gtk/gtkspinbutton.h
@@
-108,9
+108,9
@@
struct _GtkSpinButtonClass
gint (*output) (GtkSpinButton *spin_button);
void (*value_changed) (GtkSpinButton *spin_button);
- void (*change_value) (GtkSpinButton *spin,
- GtkScrollType scroll);
-
+ /* Action signals for keybindings, do not connect to these */
+ void (*change_value) (GtkSpinButton *spin_button,
+ GtkScrollType scroll);
};